date2MicroTime

Navigation:  Development > Function Reference > Helpers > Date >

date2MicroTime

Previous pageReturn to chapter overviewNext page

Convert a date in Micro Time. See below example:
 

$time = App::Helper('Date')->date2MicroTime('1971-12-16');

echo $time;

 
/* Return  61711200 */