MODX: Snippet for an output modifier to localize dates (see: http://goo.gl/HUpyFg)
<?php | |
setlocale(LC_ALL, 'en_US'); | |
return strftime($options, $input); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment