4 digits long Year in Date field on all forms (date format)

ladaulicnikladaulicnik Member Posts: 2
edited 2007-03-16 in Navision Attain
Hello
can anybody help me with this problem? We are starting to use NAV in these days in severel countries. And we urgently need to show 4 digits long year in date-fileds on all forms and for all years, because of many mistakes in data entry.

Is it possible to set same data format for all users e.g. "d.m.yyyy"? Regional settings doesn't work. Important is always to show 4 digits for year.

Thanks for help

Comments

  • KowaKowa Member Posts: 923
    A global override for the date format doesn't exist.

    If you can boil it down to the most error-prone forms manual formatting will do the job.

    Open the form in the Form Designer and set
    <Closing><Day,2>.<Month,2>.<Year4>
    as the FORMAT Property of the date field's TextBox.
    Kai Kowalewski
Sign In or Register to comment.