Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
739
Default manually entered dates to current year?
posted

Does anyone know if there's a simple way to have the webdatechooser accept input like "2/23" and recognize it as "2/23/2010"?  This is a common request from some of our users who tend to type the dates manually instead of using the picker portion of the control.  It's how Excel works so they are used to it. 

 

Before I try hooking into the CSOM functions and parsing the entered dates myself in Javascript, I want to see if the control supports this natively.

 

Thanks.