Format Builder: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
#Choose the Data Type.
#Choose the Data Type.
#Build the Format.
#Build the Format.




*Building a nuDate
*Building a nuDate
To build a date format click on a combination of the following options.(eg. '''2007-13-01 15:20:01''')
To build a date format click on a combination of the following options.(eg. '''2007-13-01 15:20:01''')
*yy '''
**yy '''17
*yyyy '''
**yyyy '''2017
*pp '''
**pp '''am''' or '''pm
*dd '''
**dd '''21
*ddd '''
**ddd '''Tue
*dddd '''
**dddd '''Tuesday
*mm '''
**mm '''03
*mmm '''
**mmm '''Mar
*mmmm '''
**mmmm '''March
*hh '''15
**hh '''15
*nn '''20
**nn '''20
*ss '''01
**ss '''01


.. and some punctuation.
.. and some punctuation.

Revision as of 21:09, 8 July 2017

The Format Builder will allow you to create custom formats for nuDate and nuNumber.

To create a Format we need to do 2 thing.

  1. Choose the Data Type.
  2. Build the Format.


  • Building a nuDate

To build a date format click on a combination of the following options.(eg. 2007-13-01 15:20:01)

    • yy 17
    • yyyy 2017
    • pp am or pm
    • dd 21
    • ddd Tue
    • dddd Tuesday
    • mm 03
    • mmm Mar
    • mmmm March
    • hh 15
    • nn 20
    • ss 01

.. and some punctuation.



  • Building a nuNumber