Exactly, there are a lot, its always a mess. I attached my tentative idea to support (format-time-string "%p") (format-time-string "%D") I didnt tested so much. Im sure you can find a better way. (parse-time-string "08/11/15 08:37:48 PM") (48 37 20 11 8 2015 nil nil nil) (parse-time-string "08/11/15 08:37:48 AM") (48 37 8 11 8 2015 nil nil nil) Tino On Tue, 11 Aug 2015, Andreas Schwab wrote: > Tino Calancha writes: > >> "%m/%d/%y" is better option because is seems more >> standard: > > The nice things about standards is that there are so many to chose from. > > Andreas. > > -- > Andreas Schwab, SUSE Labs, schwab@suse.de > GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 > "And now for something completely different." >