6
votes
3answers
193 views

Converting two character dates into four character dates

I have an application that converts the following invalid dates, with only two-character years into a valid date format automatically while the user's filling out the form: (NOTE: The application is ...
-2
votes
1answer
647 views

What solutions are there for a date picker on a responsive website? [closed]

We're working on a website that is responsive. So my question is: What about datepickers. If we choose normal datepickers Jquery Mobile date pickers don't look good on the full blow template. And ...
5
votes
2answers
708 views

Date range picker in mobile app

In my current project, I'd like to filter a list by a date range. I'm not sure how I should design the interface in such a way that it's as easy as possible to select a range. My first idea was to ...