need a input mask for a 13th month or other possible solution

D

dakota

Can anyone suggest how I can do a mask for a fiscal year
that has 13th and possible 14th month fiscal years?
 
J

John Vinson

Can anyone suggest how I can do a mask for a fiscal year
that has 13th and possible 14th month fiscal years?

I can't imagine doing this using a DateTime field - Undecember?
Dodecember?

I'd suggest storing the "date" as two fields, FiscalYear and
FiscalMonth, and concatenating them for display purposes.
 
Top