Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Formatting a date in a sqlArray column
Re: Formatting a date in a sqlArray column [message #45223 is a reply to message #45147] Sat, 10 October 2015 00:19 Go to previous message
Alboni is currently offline  Alboni
Messages: 216
Registered: January 2012
Location: Kajaani, Finland
Experienced Member
You don't need a convert for this, setting the language correct is usually enough:

GUI_APP_MAIN
{
	SetLanguage(LNGFromText("IT-IT"));



if that doesn't do it try:
GUI_APP_MAIN
{
   SetDateFormat("%3:02d/%2:02d/%1:4d"); 
   SetDateScan("dmy");

[Updated on: Sat, 10 October 2015 00:39]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Targeting platforms
Next Topic: [SOLVED] Install to debian or build - I need help
Goto Forum:
  


Current Time: Thu Aug 14 05:39:50 CEST 2025

Total time taken to generate the page: 0.18771 seconds