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
195
Cant mask year and seconds
posted

Hi,

Im trying to mask yy:ss, it seems not possible
I searched for a solution, i found Topic from 2012 of a guy who asked for the same thing
http://www.infragistics.com/community/forums/t/68230.aspx
Is it possible some how to do it? is there anywork around you suggest.

what Im trying to achieve is 00:00 - 99:50 , since hours,minutes, monthes, days limit is lower then 99 I thought about using the year field
I would except any other suggion, I wanted to stay with DateTime() since xamDateTimeInput is working good with it.

Maybe it is possible to Bind double number with limit 00.00-99.59 and just change the "." (dot) to ":" so it will look like time field

Thanks