Format mySQL timestamp by changing date-month and remove seconds using PHP function? -


मैं mySQL से $ istoriko ['टाइमस्टैम्प'] को गूंजता हूं और मुझे 2014- 04-24 00:10:29

मैं इसे कैसे बदल सकता हूँ

24/04/14 (या 2014) 00:10

धन्यवाद

इसे आज़माएं, इसका सरल

आप किसी भी तारीख प्रारूप को अब दिनांक फ़ंक्शन में सेट कर सकते हैं

प्रतिध्वनि तारीख ("d / m / y", strtotime ($ istoriko ['टाइमस्टैम्प']));

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -