##// END OF EJS Templates
help: show results of all date filters
Martin Geisler -
r9360:f4f17d56 default
parent child Browse files
Show More
@@ -426,17 +426,19 b' PYTHONPATH::'
426 426 - nonempty: Any text. Returns '(none)' if the string is empty.
427 427 - hgdate: Date. Returns the date as a pair of numbers:
428 428 "1157407993 25200" (Unix timestamp, timezone offset).
429 - isodate: Date. Returns the date in ISO 8601 format.
429 - isodate: Date. Returns the date in ISO 8601 format: "2009-08-18
430 13:00 +0200".
430 431 - isodatesec: Date. Returns the date in ISO 8601 format, including
431 seconds. See also the rfc3339date filter.
432 seconds: "2009-08-18 13:00:13 +0200". See also the
433 rfc3339date filter.
432 434 - localdate: Date. Converts a date to local date.
433 435 - obfuscate: Any text. Returns the input text rendered as a
434 436 sequence of XML entities.
435 437 - person: Any text. Returns the text before an email address.
436 438 - rfc822date: Date. Returns a date using the same format used
437 in email headers.
439 in email headers: "Tue, 18 Aug 2009 13:00:13 +0200".
438 440 - rfc3339date: Date. Returns a date using the Internet date format
439 specified in RFC 3339.
441 specified in RFC 3339: "2009-08-18T13:00:13+02:00".
440 442 - short: Changeset hash. Returns the short form of a changeset
441 443 hash, i.e. a 12-byte hexadecimal string.
442 444 - shortdate: Date. Returns a date like "2006-09-18".
General Comments 0
You need to be logged in to leave comments. Login now