Timestamp in php
Can I get a quick way to have a timestamp of date and time concatenated together like,
28_05_15_10_02 so that I can have some uniqueness in the storage names? Currently have a lot of pending work hence not making a google search..
I tried using DateTime::getTimeStamp() in laravel but looks like its a non-static method. Any other solution for that would be helpful
Thanks
28_05_15_10_02 so that I can have some uniqueness in the storage names? Currently have a lot of pending work hence not making a google search..
I tried using DateTime::getTimeStamp() in laravel but looks like its a non-static method. Any other solution for that would be helpful
Thanks
0