OK - this is probably going to be so simple I am going to slap myself in the face when I get the answer, but for the life of me I can not get this to work. What I need is basically a mask to always make the year in a date field 2013.
What I have done is used an Input Mask on Short Date of 00/00/0013 - it looks like it will work initially but when you leave the field the date changes to 01/01/2020
So next I put an Input Mask on Short Date of 00/00/2013 - that brings up a date field of __/__/2_13 <- why is there no zero? And when I leave the field the year changes so it shows 01/01/2000
I realize I am being really dense (especially since I am positive I have done this before) but how on Earth can in ensure that the users can only enter a 2013 date!
The user needs the ability to enter anytime throughout the year because typically what they will be entering is about 2 weeks prior to todays date so I can't just put a Date() field on the form (although there is one of those for a timestame).
Once again I apologize because I know that this is going to be so damn simple, it's just one of those days apparently where my brain does not work at all because I am completely lost on this right now and don't have the time to work it out myself.
What I have done is used an Input Mask on Short Date of 00/00/0013 - it looks like it will work initially but when you leave the field the date changes to 01/01/2020
So next I put an Input Mask on Short Date of 00/00/2013 - that brings up a date field of __/__/2_13 <- why is there no zero? And when I leave the field the year changes so it shows 01/01/2000
I realize I am being really dense (especially since I am positive I have done this before) but how on Earth can in ensure that the users can only enter a 2013 date!
The user needs the ability to enter anytime throughout the year because typically what they will be entering is about 2 weeks prior to todays date so I can't just put a Date() field on the form (although there is one of those for a timestame).
Once again I apologize because I know that this is going to be so damn simple, it's just one of those days apparently where my brain does not work at all because I am completely lost on this right now and don't have the time to work it out myself.