]> git.wh0rd.org - tt-rss.git/commit
document the date format string
authorMike Frysinger <vapier@gentoo.org>
Sun, 19 May 2013 07:19:55 +0000 (03:19 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 19 May 2013 07:19:55 +0000 (03:19 -0400)
commit5bac322258e0d02b7209b42baa68c86786f751cb
tree23636d4328ce26cc35f9e4b6b15dd5fc51133846
parentcc0e24ba90e788dd6f8546d6e2570fcd3666e54b
document the date format string

I assumed the format string was related to strftime except all of the
fields looked really weird.  After digging in the code, this string is
actually used with php's date().  Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).
classes/pref/prefs.php