Right now it displays "This form was autosaved on 2012/03/04 "
Is this possible to display like " 3 days 2 hours 23 minutes 3 seconds ago" ?
Or at least display the date with with the precise time like "2012/03/04 20:00" ?
Thanks.
Right now it displays "This form was autosaved on 2012/03/04 "
Is this possible to display like " 3 days 2 hours 23 minutes 3 seconds ago" ?
Or at least display the date with with the precise time like "2012/03/04 20:00" ?
Thanks.
Comments
Comment #1
liquidcms commented6.x-2.11 now uses the date format 'medium' which you should be able to define any way you like.
this isn't the best solution as i should likely use hook_date_format_types() to add a custom AS date format and use that as people may already be using 'medium' for other things; hopefully this will get done in the D7 version as i don't think it will make it to D6 version now.