Skip to content
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

datetime example #1

Open
sakulstra opened this issue Oct 5, 2015 · 1 comment
Open

datetime example #1

sakulstra opened this issue Oct 5, 2015 · 1 comment

Comments

@sakulstra
Copy link

Hello,
i'm currently trying to implement a datetime field and i don't really get, how to handle this with this awesome module ;)
Would be really nice if you could add an example.

Regards,
Lukas

@andfs
Copy link

andfs commented Mar 21, 2016

Hey, I've used and works fine. Here is an example:

dataDespesaFixa: { type: Date, autoform: { label: "Data da Despesa" }, defaultValue: function () { return moment().format('YYYY-MM-DD'); } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants