Time

<Time x = "10" y = "10" src = "time.png" space = "">
</ Time>
  • src represents the prefix time of the picture, as expressed using time_0.png, time_1.png, ... time_9.png, time_dot.png. Coordinate property supports variable expression
  • space represents a gap time of the picture, we can use this feature to typeset time image, when you use a positive image spacing becomes larger, then you can cut small pictures, to save memory. For the projected image, will write negative space, you can make a projection overlap to save space.

Date

<DateTime x = "" y = "" color = "" size = "" format = "">
  <PositionAnimation />
<DateTime>

format: Supports standard date format

  • Year
    A -> Zodiac Year, rat, ox, sheep
    G -> AD
    Y -> Character year two thousand and fifteen
    YY -> Lunar year cycle or
    y or yyy or yyyy -> Digital Year, 2015
    YY -> 2位a few years, 15
    
  • Month
    M -> 9
    MM -> 09
    MMM -> nine
    N -> lunar months, positive, two, three
    NN -> Lunar month, Chou
    
  • Days
    D -> the first few days of the year, 189
    d -> Digital Day, 23
    e -> lunar day, three days
    ee -> Lunar Day, Bing Yin
    t -> solar terms, the winter solstice
    
  • Week
    E -> Wed
    EEEE -> Wednesday
    EEEEE -> 3
    
  • Hour
    H -> 24-hour format, 0 ~ 23
    I -> Earthly hour, unitary
    II -> Earthly hour, Ding
    K -> 12-hour format, 0 ~ 11
    k -> 24-hour format, 1 ~ 24
    h -> 12 hour clock 1 to 12
    Note: the old k is 0 to 23, resulting in many of the topics when you upgrade to V7 0:00 show 24 points, the k H can be replaced.
    
  • Minutes
    m -> 7
    mm -> 07
    mmm -> 007
    mmmm -> 0007
    
  • Seconds
    s -> 6
    SS -> 07
    sss -> 007
    ssss -> 0007
    
  • Morning Afternoon
    a -> the morning, afternoon
    aa -> morning, afternoon, evening, morning, evening
    
  • Timezone
    Z / ZZ / ZZZ -> -0800
    ZZZZ -> GMT-08: 00
    ZZZZZ -> -08: 00
    zzzz -> China Standard Time
    
  • Example
    <DateTime x = "20" y = "450" ​​color = "# 000000" size = "40" format = "when GY month on N eH m points" />
    August 23 is the tenth year two thousand and one five-42 minutes
    

results matching ""

    No results matching ""