Closed caleballdrin closed 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');
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.
@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.
@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.
@dr-bizz it is now on staging.
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.