Feature #7216
openAllow user to choose date display format
0%
Description
In various places dates and times are displayed, e.g. rule creation and update date/time stamp.
It would be nice if the user could choose a format for those, rather than having to cope with the USAmerican "randomly mixed fields" format.
I suggest just giving the user a choice of:
MM/DD/YY
MM/DD/YYYY
DD/MM/YY
DD/MM/YYYY
YY/MM/DD
YYYY/MM/DD
and always use 24hr time (I can't imagine a firewall admin who would work in AM/PM)
The user-selected format would apply to places where an MM/DD/YY type of date is currently displayed. I would leave the "built on Fri Feb 03 22:31:34 CST 2017" and other places with that kind of format unchanged.
Updated by Phillip Davis almost 8 years ago
Comments please, if there is more/different flexibility that would be useful.
Updated by Sean McBride almost 8 years ago
And I can't imagine a firewall admin who would work in anything other than ISO 8601 format. :)
But yeah +1 to this feature request. (I would default to 8601 though.)
Updated by Duncan Fairley almost 7 years ago
I think a text field allowing standard PHP date() format would be ideal. https://secure.php.net/manual/en/function.date.php