![]() |
Time >
https://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html
A format for displaying dates and times.
See also:
- date (the Linux command)
Table of Contents [hide]
strftime for fbpanel, lxpanel, tint2 ∞
%Y-%m-%d, %a - %l:%M %P
%-l:%M %P - %a %Y-%m-%d
file name template for PhpMyAdmin exports:
@DATABASE@__%Y-%m-%d_%I-%M
strftime for scrot ∞
(Scrot)
\scrot 'screenshot--%Y-%m-%d_%H:%M--$wx$h.png'
date/time format for phpBB ∞
(phpBB)
Because strftime is what would come to mind for their format, here's what I use.
The URL is:
/ucp.php?i=ucp_prefs&mode=personal
The date format is from the PHP date()
function: https://www.php.net/manual/en/function.date.php
g:i A Y-m-d
e.g. 5:10 PM 2019-09-22
date/time format for WordPress ∞
https://wordpress.org/documentation/article/customize-date-and-time-format/
Y-m-d - g:i a
e.g. 2023-09-14 - 1:23 am
Last updated 2023-09-14 at 08:16:06
Added a note for phpBB because why not.