Extracting a time into select menus with PHP
When storing time in a database, often I'll store this in a time format such as 14:25:00 When populating this in a form I'll either use a time picker or use a plain select menu a separate menu for each element.
That begs the question how do you separ...
dcblog.dev2 min read