<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 May 2018 19:32:08 Z</lastBuildDate><pubDate>8 May 2018 05:18:48 Z</pubDate><description>I having trouble in exporting excel files. I dont know what happen but during the import procedure the date-time value changes to DD/MM/YY HHmmSS instead of MM/DD/YY HHmmSS. &#13;
&#13;
[code:wl]&#13;
FOR glocaliNV_Row = 1 TO iNo_rows&#13;
		&#13;
		tblTempData.fldMacId = xlsData(IDXLSFile,glocaliNV_Row,1)&#13;
		tblTempData.fldDateTime = xlsData(IDXLSFile,glocaliNV_Row,2) // Format Date into MM/DD/YY HHmmSS&#13;
		tblTempData.fldRem1 = xlsData(IDXLSFile,glocaliNV_Row,3)&#13;
		tblTempData.fldRem2 = xlsData(IDXLSFile,glocaliNV_Row,4)&#13;
		tblTempData.fldRem3 = xlsData(IDXLSFile,glocaliNV_Row,5)&#13;
		tblTempData.fldRem4 = xlsData(IDXLSFile,glocaliNV_Row,6)&#13;
	&#13;
		// Write the data to the database&#13;
		HAdd(tblTempData)&#13;
		&#13;
	END&#13;
[/code]&#13;
&#13;
https://hostimage.windev.io/images/sshot-74_6ced6a07dcaa4db7214a27ea26c73163.jpg&#13;
&#13;
--&#13;
Lance Aquino Mendoza&#13;
Information Technology Officer I&#13;
Department of Education &#13;
Philippines</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss/read.awp</link><title>WinDev 20 - Date Format Change During Import to DD/MM/YY HHmmSS</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss-65592/read.awp</comments><pubDate>24 May 2018 19:32:08 Z</pubDate><description>Hi&#13;
when you import DATA, you import DATA, NOT it's display format... Your &#13;
date, in your file is stored as YYYYMMDD, ALWAYS, a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss-65592/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss-65592/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss/read.awp">WinDev 20 - Date Format Change During Import to DD/MM/YY HHmmSS</source><title>Re: WinDev 20 - Date Format Change During Import to DD/MM/YY HHmmSS</title></item><item><author>robinx1578</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss-65589/read.awp</comments><pubDate>24 May 2018 16:47:47 Z</pubDate><description>I guest no one knows the answer or you don't want to share your idea :-(&#13;
I really appreciate any help.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss-65589/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss-65589/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65404-windev-20-date-format-change-during-import-hhmmss/read.awp">WinDev 20 - Date Format Change During Import to DD/MM/YY HHmmSS</source><title>Re: WinDev 20 - Date Format Change During Import to DD/MM/YY HHmmSS</title></item></channel></rss>
