Date manipulation: Difference between revisions

m
→‎{{header|Factor}}: comment a word definition
(Add Factor example)
m (→‎{{header|Factor}}: comment a word definition)
Line 884:
IN: rosetta-code.date-manipulation
 
! e.g. "7:30pm" -> 19 30
: parse-hm ( str -- hours minutes )
":" split first2 [ digit? ] partition
1,827

edits