Timepicker minute return empty string if 00
-
I’m trying to submit a post using the “post data” block.
The custom field is _EventStartDate
I have the value set as: {date-1} {time-1-hours}:{time-1-minutes}{time-1-ampm}
If the minute field is 00, it always returns empty.
“2021-01-26 5:pm” for example.
Here is a copy/paste from the database on a test post.
meta_id: 2877
post_id: 500
meta_key: _EventEndDate
meta_value: 2021-01-29 2:pmIf I set it to :15 or :30, it works fine. Single digits also break it, like 2:01 for example, returns “2:1pm”. Is there anyway to specify the format of {time-1-minutes}?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Timepicker minute return empty string if 00’ is closed to new replies.