Date Time Field Issues

Date Time Field Issues


I know you are working on the date issues and you may be aware of this but I figure information is helpful.


I want to build a list of options by the start date and time range. Example code:

    for each r in Reserve_a_Room  [(Start_Time >= tdds2 && Start_Time <= tdde)] sort by  Start_Time.

I thought this was working but I was testing it today and it seemed to not be working correctly. I thought my default date type was a dd-mmm-yyyy but it was dd-mmm-yy. Maybe that is what changed.

I messed with it for awhile and then I typed in the dates instead of using the variables and it worked. I typed in the dates with a 4 digit year instead of two digit so then I changed my default to a four digit year format dd-mmm-yyyy and my code worked.

I am looking forward to the date issues being resolved.

Shadrach