86824/how-to-convert-a-unix-timestamp-to-formatted-date-string
Hello @kartik,
Try gmdate like this:
<?php $timestamp=1333699439; echo gmdate("Y-m-d\TH:i:s\Z", $timestamp); ?>
Hope it helps!! Thank you!!
Hey @kartik, First you have to go to ...READ MORE
Hey, Facades provide a "static" interface to classes ...READ MORE
Hey, We can add that particular URL or ...READ MORE
Hii, You can create a constants.php page in config folder ...READ MORE
Hello, In the error callback or $.ajax you have three ...READ MORE
Hello @kartik, If your script is called myScript.js ...READ MORE
Hello @kartik, Try this code : // Create an ...READ MORE
Hello @kartik, Use node-inspector from any browser supporting WebSocket. Breakpoints, ...READ MORE
Hello, To create both of the created_at and updated_at columns: $t->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP')); $t->timestamp('updated_at')->default(DB::raw('CURRENT_TIMESTAMP on update ...READ MORE
Hello @kartik, You can use this: function varName( $v ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.