date format rental products

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Can some one tell me how to change Date format form mm/dd/year to dd/mm/year?
4 years ago
Refer to  https://github.com/nopSolutions/nopCommerce/issues/3378

There is a problem with localisation sometimes so it is hard coded in the view at the moment

https://github.com/nopSolutions/nopCommerce/blob/develop/src/Presentation/Nop.Web/Views/Product/_RentalInfo.cshtml

Change "mm/dd/yy" to "dd/mm/yy"
4 years ago
That is a very old problem, strange that there is currently no solution. Or do I look over ithttps://www.nopcommerce.com/boards/t/33536/rental-dates-formatting-issue.aspx

Without a good date format every rental is worthless
4 years ago
Yidna wrote:
Refer to  https://github.com/nopSolutions/nopCommerce/issues/3378

There is a problem with localisation sometimes so it is hard coded in the view at the moment

https://github.com/nopSolutions/nopCommerce/blob/develop/src/Presentation/Nop.Web/Views/Product/_RentalInfo.cshtml

Change "mm/dd/yy" to "dd/mm/yy"


If you do so it wil not work with rental because it keeps coming with a error message
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.