Has anybody implemented the display of both the date and time being displayed under each photo in a gallery? I "hacked" G1 to do this, but the G2 code is a little more over my head.
If not, I'll look into it. Just didn't want to waste time if somebody's already done this.
Thanks,
Eric
Posts: 8601
2 choices:
edit modules/core/classes/GalleryTemplateAdapter.class function date() and change default date/time format, to affect dates all over.
or, find {g->date} in layouts/matrix/templates/albumBody.tpl and singleBody.tpl and add format=".." as a parameter there.. see php.net/strftime for how to write the format..
Posts: 80
Awesome, works great. Thanks.