Setting .isDate = true
then .isDate = false
should clear hour/minute/second values
#501
Labels
.isDate = true
then .isDate = false
should clear hour/minute/second values
#501
After this code:
t.hour
,t.minute
, andt.second
should be 0, but they aren't, becauset
isn't normalised at any point.I think the best thing to do is just clear the values in the
setTimeAttr
special case, but I haven't yet considered the implications.The text was updated successfully, but these errors were encountered: