parse string as duration, are we stuck with momentjs?

2 Replies
import_antigravity
you can parse hours and minutes yourself and not be stuck with momentjs
romulus_117
romulus_11712mo ago
st.split(":") would give you a time array with hours, minutes, and seconds