Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

CTOD() - globals.CTOD()



Converts a character expression to a date expression.

 

VFP code example


? CTOD("13-01-2011") && returns: 13-1-2011 as date

 

Servoy code example


globals.CTOD("01/13/2011");         // returns: 01/13/2011 as datetime
globals.CTOD("13-01-2011");         // returns: 01/13/2011 as datetime


Note: CTOD() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com