XVWeb Release Notes

Version 2.1.47 (21 November 2019)

New Features in 2.1.47

NEW Editing Privilege

Layouts

Importing

Site Settings and User Administration

Input | Output
------+---------------------------------
 f    | first name initial
 ff   | first name
 l    | last name initial
 ll   | last name
 m    | additional (middle) name initial
 mm   | additional (middle) name

All other input pass to output
__Hour, minute, second, millisecond, and offset formatting

Tokens are case-sensitive.

 Input    Example    Description
    H HH   0..23    Hours (24 hour time)
    h hh   1..12    Hours (12 hour time used with a A.)
    k kk   1..24    Hours (24 hour time from 1 to 24)
     a A   am pm    Post or ante meridiem
    m mm   0..59    Minutes
    s ss   0..59    Seconds
S SS SSS   0..999   Fractional seconds
    Z ZZ   +12:00   Offset from UTC as +-HH:mm, +-HHmm, or Z
__Year, month, and day formatting

Tokens are case-sensitive.

 Input    Example        Description
    YYYY   2014           4 or 2 digit year
      YY   14             2 digit year
       Y   -25            Year with any number of digits and sign
       Q   1..4           Quarter of year. Sets month to first month in quarter.
    M MM   1..12          Month number
MMM MMMM   Jan..December  Month name in locale set by moment.locale()
    D DD   1..31          Day of month
      Do   1st..31st      Day of month with ordinal
DDD DDDD   1..365         Day of year

Sharing

Quering

Image Labels

New in 3D

Bugs Removed

Known Issues