»

LJ::date_to_view_links

LJ::date_to_view_links — Returns HTML of date with links to user's journal.

Use

LJ::date_to_view_links(u, date);

Arguments

  • u. A hashref of a row from the user table, sometimes called a "user object". Although only initially a row from the user table, gets a lot of tacked onto it from various other LJ API functions.

  • date. date in yyyy-mm-dd form.

Source:

cgi-bin/weblib.pl

Returns:

HTML with yyy, mm, and dd all links to respective views.