PHP return JS UTC date format

Is there any way I can return a date using PHP that is the same format that Date.UTC(y,m,d) returns?Here is an example of the format I need:1274745600000 (Apr 25, 2010)
 
Back
Top