mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
fa61bc53fc
* TW5-es-ES-edition Spanish edition of TW5. A full localisation of TiddlyWiki into castillian spanish (es-ES). * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing + TiddlySpot upload * Translation ongoing * Translation ongoing + macro fixes * Translation ongoing * translation ongoing + macro fixes * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing * translation ongoing * translation ongoing * Translation ongoing * translation ongoing * translation ongoing * translation ongoing * Arreglo plugin * Arreglo plugin * Translation ongoing * Translation ongoing * Translation ongoing * translation ongoing * Add Spanish edition to TW5.com * Reverting forced language plugin load. folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
caption: Campos de fecha
|
|
created: 20150117190213631
|
|
es-title: Campos de fecha
|
|
modified: 20160511055256823
|
|
tags: Concepts
|
|
title: Date Fields
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Algunos [[campos|TiddlerFields]] de tiddler se usan para guardar fechas y horas.
|
|
|
|
Los dos campos estándar son <<.field created>> y <<.field modified>>.
|
|
|
|
El valor de estos campos es una cadena de 17 caracteres:
|
|
|
|
* 4 dígitos para el año
|
|
* 2 dígitos para el mes
|
|
* 2 dígitos para el día
|
|
* 2 dígitos para la hora
|
|
* 2 dígitos para el minuto
|
|
* 2 dígitos para el segundo
|
|
* 3 dígitos para el milisegundo
|
|
|
|
Para evitar cualquier problema derivado de posibles diferencias horarias, ~TiddlyWiki siempre usa horas [[UTC|https://es.wikipedia.org/wiki/Tiempo_universal_coordinado]].
|
|
|
|
Como ejemplo, el campo <<.field created>> de este tiddler tiene el valor <<.value """<$view field="created"/>""">>.
|
|
|
|
Las fechas pueden [[formatearse|DateFormat]] convenientemente para mostrarlas en pantalla:
|
|
|
|
<$macrocall $name="wikitext-example-without-html"
|
|
src="""<$view field="created" format="date" template="DDD DD de MMM de YYYY"/>""">
|