Where to translate Month and Day language, in PHP? I cant found options for this

I can showing month and day in php, from this documentation http://php.net/manual/en/function.date.php

for example

Wednesday, 03 March 2012

i want to change it into my language

Rabu, 03 Maret 2012

or it is best if can like this

Rabu, 3 Maret 2012

i am using whm and cpanel, cant found options to translate this, maybe i need to edit some files in PHP configuration, but which one, please help guys

Instead of using the date function, look for strftime. Als you have to use setlocale to get it in your language.
Sent from my Lumia 800 using Board Express