VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: capewellmj on June 09, 2015, 17:16:37 PM

Title: Product availability date format
Post by: capewellmj on June 09, 2015, 17:16:37 PM
Hello

A quick easy question for someone. For the product availability date, I want to change the format to mm/dd/yyyy however I cannot find the appropriate place to change it. I thought it could do it in the language overrides but none of the dates seem to change the format.

I am referring to the date that is shown on the product page if you set the availability date into the future.

Could someone point me to where I can change this, either the file or which override to edit.

Thanks,

Martin
Title: Re: Product availability date format
Post by: Milbo on June 12, 2015, 21:34:43 PM
I think it is done in joomla, somehwere. Maybe Patrick knows (studio_st42)
Title: Re: Product availability date format
Post by: capewellmj on June 12, 2015, 21:57:45 PM
How do I get hold of him?

Thanks,

Martin
Title: Re: Product availability date format
Post by: AH on June 13, 2015, 09:51:24 AM
Date format for joomla

Create a language override in

language/overrides/en-GB.override.ini

DATE_FORMAT_LC4="m-d-Y"
Title: Re: Product availability date format
Post by: capewellmj on June 14, 2015, 16:02:09 PM
That was it!!! How did I miss that.

Thank you for your help.

Martin
Title: Re: Product availability date format
Post by: AH on June 14, 2015, 21:05:20 PM
 :)