184678/convert-one-date-format-into-another-in-php
I have to use PHP to convert ...READ MORE
Hello, To convert a date retrieved from MySQL ...READ MORE
Hello @kartik, You can either do like this: SELECT ...READ MORE
Hello @kartik, You need ImageMagick and GhostScript <?php $im = new imagick('file.pdf[0]'); $im->setImageFormat('jpg'); header('Content-Type: image/jpeg'); echo ...READ MORE
Hello @kartik, Try this: DATE_FORMAT(FROM_UNIXTIME(`user.registration`), '%e %b %Y') AS ...READ MORE
Hello @kartik, you can do SELECT STR_TO_DATE(yourdatefield, '%m/%d/%Y') FROM ...READ MORE
I have the following date: 2010-04-19 18:31:27. I ...READ MORE
There's problem in all of them and ...READ MORE
Timestamp is a synonym for rowversion, according ...READ MORE
The time would go by your server ...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.