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

how to add placeholder to ADM-dateTimePicker #116

Open
LenWhims opened this issue Feb 6, 2018 · 1 comment
Open

how to add placeholder to ADM-dateTimePicker #116

LenWhims opened this issue Feb 6, 2018 · 1 comment

Comments

@LenWhims
Copy link

LenWhims commented Feb 6, 2018

How can I add placeholder to ADM-dateTimePicker?
<adm-dtp class="datetime-picker" ng-model='fromDate' options='{format: "YYYY/MM/DD", autoClose:true}'></adm-dtp>

@Rouhollah
Copy link

Rouhollah commented Jan 18, 2022

if you want show anything else from datetime ,use placeholder and options at same time like below:
<adm-dtp ng-model="filters.FromDate" options="{default:''}" placeholder="test"></adm-dtp>

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