olton / Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
http://metroui.org.ua/
MIT License
7.03k stars 1.96k forks source link

How to use datetime-local in metro4 #1560

Closed satyajitbho closed 4 years ago

satyajitbho commented 4 years ago

Sir Olton,

I am trying to use datetime-local type in input element with metro4.

How can I use ? Or is there another option where can I pick date and time at a time.

Please help.

olton commented 4 years ago

the question is not clear

satyajitbho commented 4 years ago

Ok, Sorry Sir,

I want a text input for pick date and time both. Like the following - <input type="datetime-local" id="start_date" name="eventdate" value='12-06-2020 22:54:00' />

instead of the following - <input type="text" id="start_date" name="eventdate" value='12-06-2020' data-role="calendarpicker" />

How Can I use using metro4 for picking date and time both ?

olton commented 4 years ago

There is currently no special component in Metro 4 for selecting a date and time both.

satyajitbho commented 4 years ago

Ok sir