Mall:JULIANDAY.TIMESTAMP/doc: Skillnad mellan sidversioner

Från Järnvägsdata
jarnvagsdata>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
m (1 version importerades)
 
(Ingen skillnad)

Nuvarande version från 6 januari 2021 kl. 15.47

This template takes a Julian day number and returns the date and time in same format generated by {{CURRENTTIMESTAMP}} magic word. The output of this template can then be formatted via the {{#time:}} parser function, which does not directly accept Julian day numbers.

Usage

  • Usage: {{JULIANDAY.TIMESTAMP|2454834.086875}}
  • Output: 20090102140506

Formatting: date only

  • Usage: {{#time: D. Y-m-d | {{JULIANDAY.TIMESTAMP|2454834.086875}} }}
  • Output: fre. 2009-01-02
  • Usage: {{#time: l, j F Y | {{JULIANDAY.TIMESTAMP|2454834.086875}} }}
  • Output: fredag, 2 januari 2009
  • Usage: {{uc:{{#time: j M Y | {{JULIANDAY.TIMESTAMP|2454834.086875}} }}}}
  • Output: 2 JAN 2009

Formatting: date and time

  • Usage: {{#time: Y-m-d H:i:s | {{JULIANDAY.TIMESTAMP|2454834.086875}} }}
  • Output: 2009-01-02 14:05:06
  • Usage: {{#time: j F Y, g:i:s a | {{JULIANDAY.TIMESTAMP|2454834.086875}} }}
  • Output: 2 januari 2009, 2:05:06 pm

See also