Is there a way, such that when I either save or close my *.php code files ... that it will update the "Last Modified Date". Or is there a way to setup a shortcut or something, or a hotkey which will automatically just update that line with the current time/date.
Is there a way, such that when I either save or close my *.php code files ... that it will update the "Last Modified Date". Or is there a way to setup a shortcut or something, or a hotkey which will automatically just update that line with the current time/date.
The top of my files look like this:
<?php
/*====================================================================
** [Project Name]
**
** [filename]
** Created: [hh:mm AM/PM mm/dd/yyyy]
** Last Modified: [hh:mm AM/PM mm/dd/yyyy]
**
** [details]
**==================================================================*/
?>
Any help is appreciated.