MySQL Forums
Forum List  »  Connector/Node.js

Re: XSL file formatting date
Posted by: angel rivero
Date: September 01, 2011 10:14AM

This is the solution in the ASP code with MySQL:

SELECT 
   DATE_FORMAT(myDates, '%d/%m/%Y %H:%i:%s') myDates
 , REPLACE(NET,'.', ',') NET



Edited 1 time(s). Last edit at 09/01/2011 10:14AM by angel rivero.

Options: ReplyQuote


Subject
Written By
Posted
August 30, 2011 11:37PM
Re: XSL file formatting date
September 01, 2011 10:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.