-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dates not showing submitted value from saved record #91
Comments
Hey @BarryGibson, Thank you for reporting and for the suggested fix. It looks like there's an issue with async submission of dates - they append time/timezone info. It's an angular thing that's easily fixable, but before I fix it, I need to know one thing... how do the submitted dates look in your backend? Without your applied fix, that is. |
Hi @kjac, Here is an example: I think you are correct, because the ones collected through a different Sync version of the form don't include the time info. Thanks Barry |
Cool, apparently it's a feature in angularjs... I'll have a fix ready soon, today hopefully. On Nov 5, 2016 9:00 AM, "Barry Gibson" [email protected] wrote:
|
@BarryGibson it's fixed... I'll roll out a release soon. |
Hi,
When you re-display a form that has a date field it doesn't show the date.
To solve this, I have overidden the SubmittedValue in the DateField.cs file:
I'm not sure if this is your prefered approach, but I thought I would share my problem and solution.
The text was updated successfully, but these errors were encountered: