Need only the basic date/time stamp
-
Thank you for this plugin. Wow this is a load of functionality for this basic but vital need. Anyway, my question – we need to show the time in some Asian languages so I need only the last updated time stamp in my theme template.
Do I use this function?–
<?php if ( function_exists( 'the_last_modified_info' ) ) { the_last_modified_info(); } ?>
How can I NOT just display it like that, but instead “get” the date/time stamp to do something with it?
- The topic ‘Need only the basic date/time stamp’ is closed to new replies.