Change long date format to spanish

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
storm
User
Posts: 1

Change long date format to spanish

Post by storm »

Hi

I want display in a ***list.php a date field in a long date format but in spanish language.

example:

30 of July of 2014

in

30 de julio de 2014

and

monday, 30 of july of 2014

in

lunes, 30 de julio de 2014

Thanks


mobhar
User
Posts: 11736

Post by mobhar »

  1. Create your own function to convert the date format to your desired format and put it in the "Global Code" server event.
  2. Use "Row_Rendered" server event to call your global function above to convert the date value in the List page. Read "Server Events and Client Scripts" in the help file for more information and example.

Post Reply