Odcl_DateFormat

(From ODCL_LMLfile)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_DateFormat

(From ODCL_LMLfile)

Previous pageReturn to chapter overviewNext page

 

Odcl_DateFormat

This function will format Specified Date by your requirement.

First Parameter

Date time as string

 

Second Patameter

Required Format as String

 

ex:

(Odcl_DateFormat (rots (getvar 'date) 2) "YY-MONTH-DD @ HH:SS")

 

result:

"2016-April-03-@ 18:04"

 

 

AutoLisp Syntax:

(Odcl_GetInterPoints Date [as String] Format [assString])