79215513

Date: 2024-11-22 15:05:11
Score: 0.5
Natty:
Report link

This is a very new answer to this very old post. Simplest way for a Kendo Date Picker is to send one character at a time.

How to format the date and use Se Web Driver to display it

The formatting and examples on the Kendo site are not really helpful, sorry to say. One has to see how the date works. In this case, type 2 numbers for day, the date picker cell will automatically skip to the month. Type in 1-12 for Jan to December. Or use characters to bring up the month. D will bring up Dec, J -- Jan, but you have to then type out u to get Jun, Jul needs to be fully typed out. Why it won't skip to year, no idea. One must put a / in to skip to year.

When I figure out the Date Picker Icon, I'll add to this answer.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user1585204