CruGlobal / conf-registration-web

Event Registration Tool
https://www.eventregistrationtool.com
MIT License
2 stars 1 forks source link

Fix Date Format #841

Closed caleballdrin closed 1 year ago

caleballdrin commented 1 year ago

Description

For the Graduation Date Question, the API wants YYYY-MM as opposed to the usual date format that includes the day and time.

Changes I've Made:

Change the format of saved data for the graduation date question.

caleballdrin commented 1 year ago

@dr-bizz can you help give me ideas for how to get this test to work? I can't seem to be able to access any of the variables or functions like $scope.updateTimeStamp('2020-01-01');

dr-bizz commented 1 year ago

With my latest push, you're able to get updateTimeStamp and the other values on scope. Still needs some work doing, but I hope this has sent you in the right direction.

caleballdrin commented 1 year ago

@dr-bizz thanks for doing that. This should be ready for review. I talked to Lee and he would like the format to include the day for the API. So I had to hide the day when the answer is displayed.

caleballdrin commented 1 year ago

@dr-bizz This works as it should on my local but it is not working on staging. It looks like the commits aren't being automatically added to staging with the On Staging label.

caleballdrin commented 1 year ago

@dr-bizz it is now on staging.