Outdated version of the documentation. Find the latest one here.

` `

Instrumentele tabelelor

Schimbarea formatului pentru dată

Descriere

Convertește formatul datei pentru stratul de intrare.

Parametri

Tabel [tabel]

Tabela de intrare.

Câmpul Datei [tablefield: oricare]

Atributul datei.

Formatul de Intrare [selecție]

Introducere format pentru dată.

Opţiuni:

  • 0 — [0] dd.mm.yy
  • 1 — [1] yy.mm.dd
  • 2 — [2] dd:mm:yy
  • 3 — [3] yy:mm:dd
  • 4 — [4] ddmmyyyy, dimensiune fixă

  • 5 — [5] yyyymmdd, dimensiune fixă

  • 6 — [6] ddmmyy, dimensiune fixă

  • 7 — [7] yymmdd, dimensiune fixă

  • 8 — [8] Ziua Iuliană

Implicit: 0

Formatul de Ieșire [selecție]

Formatul datei de ieșire.

Opţiuni:

  • 0 — [0] dd.mm.yy
  • 1 — [1] yy.mm.dd
  • 2 — [2] dd:mm:yy
  • 3 — [3] yy:mm:dd
  • 4 — [4] ddmmyyyy, dimensiune fixă

  • 5 — [5] yyyymmdd, dimensiune fixă

  • 6 — [6] ddmmyy, dimensiune fixă

  • 7 — [7] yymmdd, dimensiune fixă

  • 8 — [8] Ziua Iuliană

Implicit: 0

Rezultat

Rezultat [tabel]

Tabelul de rezultate.

Utilizarea consolei

processing.runalg('saga:changedateformat', table, field, fmt_in, fmt_out, output)

Vedeți și

Schimbarea formatului orei

Descriere

Convertește formatul orei pentru stratul de intrare.

Parametri

Tabel [tabel]

Tabela de intrare.

Câmpul Orei [tablefield: oricare]

Atributul orei.

Formatul de Intrare [selecție]

Formatul de introducere al orei.

Opţiuni:

  • 0 — [0] hh.mm.ss
  • 1 — [1] hh:mm:ss
  • 2 — [2] hhmmss, dimensiune fixă

  • 3 — [3] ore

  • 4 — [4] minutes
  • 5 — [5] secunde

Implicit: 0

Formatul de Ieșire [selecție]

Formatul de ieșire pentru oră.

Opţiuni:

  • 0 — [0] hh.mm.ss
  • 1 — [1] hh:mm:ss
  • 2 — [2] hhmmss, dimensiune fixă

  • 3 — [3] ore

  • 4 — [4] minutes
  • 5 — [5] secunde

Implicit: 0

Rezultat

Rezultat [tabel]

Tabelul de rezultate.

Utilizarea consolei

processing.runalg('saga:changetimeformat', table, field, fmt_in, fmt_out, output)

Vedeți și