Date & time format in language file for India

Hi,

In the language file for India in dolibarr the date format is MM/dd/yyyy while in India date format is dd/MM/yyyy

In India, the DD-MM-YY is the predominant short form of the numeric date usage.

You can take a look on wikipedia, link is below for your kind perusal:

Why no one is paying attention on it?

Hello Bro i have stuck in the ERP , after adding all the products cant see the option for New Invoice ( in gray out not highlighted )
can you support me my contact number is +91 7875005511

Hi tausif,

Have you activated Invoices module from your setup.
Try to check that and revert back
tq.

Did that still the same

What all setting you made in the invoices section?

did you manage to solve your problem?

if not then try following.
Go to htdocs\lang\en_us\main.lang
replace the following parameters by below
//
FormatDateShort=%d/%m/%Y
FormatDateShortInput=%d/%m/%Y
FormatDateShortJava=dd/MM/yyyy
FormatDateShortJavaInput=dd/MM/yyyy
FormatDateShortJQuery=dd/mm/yy
FormatDateShortJQueryInput=dd/mm/yy
FormatHourShortJQuery=HH:MI
FormatHourShort=%I:%M %p
FormatHourShortDuration=%H:%M
FormatDateTextShort=%b %d, %Y
FormatDateText=%B %d, %Y
FormatDateHourShort=%d/%m/%Y %I:%M %p
FormatDateHourSecShort=%d/%m/%Y %I:%M:%S %p
FormatDateHourTextShort=%b %d, %Y, %I:%M %p
FormatDateHourText=%B %d, %Y, %I:%M %p
//

Replace ‘/’ with ‘-’ wherever necessary

Hope this will solve your problem
Do let me know the result.
tx.

1 Like