Sunday, 17 July 2016

How to use Format function in Microsoft Dynamics Navision.

Format function is use to display date in various format some example given below.

Format function take 3 input argument
First: date which you want o display
Second: number of character return by default is 0 (o means return all the string)
Third: string format in witch you want to convert.

Example: 1

MESSAGE('Today  date is : %1 ', FORMAT(TODAY,0,'<Month Text> <Day,2> <Year4>'));

OURPUT:




Emaple:2

MESSAGE('Today  date is : %1 ', FORMAT(TODAY,0,' <Day,2> <Month,2> <Year4>'));

OUTPUT:


0 comments:

Post a Comment

Thanks for comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Toggle Footer