add a small popup calendar for selecting Date in Task Edit

Avatar
  • updated
  • Completed
A small javascript popup calendar on the Date field in the Edit Task window would make it easier to see where the specific days, weekdays, weekends, begin/end-of-months, etc are at when choosing a new date.

Right now I end up opening my machine calendar to determine an appropriate date and then switch back to weekplan and enter the date manually.
App:

How would you rate the customer service you received?

Satisfaction mark by Rich 9 years ago

Add a comment about quality of support you received (optional):

Avatar
Aymeric Founder
  • Under review
What internet browser do you have? It should already allow you to show the popup when you pass your mouse over the textbox.
Avatar
Rich
I'm using Firefox 39.

Here is a screenshot but I don't know if it will help you since I can't capture the hover action while taking the screenshot. Hovering over the field does not change anything or popup anything.


Here is what the Inspector is showing:
<input id="date" name="date" data-bind="value: action().Date" type="date">

Can I switch this out of the Ideas folder since this feature has apparently already been implemented?

Let me know if I can provide any other info.

Thanks.

Avatar
Aymeric Founder
Quote from Rich
I'm using Firefox 39.

Here is a screenshot but I don't know if it will help you since I can't capture the hover action while taking the screenshot. Hovering over the field does not change anything or popup anything.


Here is what the Inspector is showing:
<input id="date" name="date" data-bind="value: action().Date" type="date">

Can I switch this out of the Ideas folder since this feature has apparently already been implemented?

Let me know if I can provide any other info.

Thanks.

Awesome thanks. I didn't realize Firefox didn't implement <input type=date />

I have fixed the issue and deployed the new version.

Thanks!
Avatar
Aymeric Founder
  • Completed
Avatar
Rich
Works great! Thank you.