Bug in changing hours of a date/time field

Hi all,

I use a form with the following two fields:

A date with the standard date picker, for example december 19th 2017
A time with the awesome time dropper plugin (24 hr clock), for example 12:45
I use the following expression to save the combined data from both fields into a data ‘thing’ this takes the date object and overwrites the time object:

endtime = Date/TimePicker end date's value change minutes to AirTimeDropper end time's minutes change hours to AirTimeDropper end time's hours

So it should save to the database as: dec 19 2017 | 12:45 pm
But… it actually saves to the database as: dec 19 2017 | 12:45 am <–

This only happens for the time-slot between 12:00 and 13:00.

Does anyone have an idea how to get around this?

Thanks!

anyone? I’m a bit stuck here :frowning:

The issue is with the hour from the plugin being 0 at 12pm - so one for the plugin developer ?

However in the short term …

image