My current project requires quite a bit of date > timestamp and timestamp > date converting, mainly so I can store timestamps in a database instead of string dates. This has lead to a bit of frustration when modifying the database by hand – What does 1320969600 MEAN!?!?!
Anyway I decided to create a small tool that will generate timestamps from date strings, and do the opposite: convert timestamps to date strings.
Try it out and leave me some feedback
https://resplace.com/online-tools/conversion/php-unix-timestamp-converter/