.

Table tools

Cambiar formato de fecha

Descripción

Converts the date format of the input layer.

Parametros

Table [table]
Input table.
“Campo Fecha” [tabla: cualquiera]
Attribute the date.
Input Format [selection]

Input date format.

Opciones:

  • 0 — [0] dd.mm.yy
  • 1 — [1] yy.mm.dd
  • 2 — [2] dd:mm:yy
  • 3 — [3] yy:mm:dd
  • 4 — [4] ddmmyyyy, fix size
  • 5 — [5] yyyymmdd, fix size
  • 6 — [6] ddmmyy, fix size
  • 7 — [7] yymmdd, fix size
  • 8 — [8] Julian Day

Predeterminado: 0

Output Format [selection]

Output date format.

Opciones:

  • 0 — [0] dd.mm.yy
  • 1 — [1] yy.mm.dd
  • 2 — [2] dd:mm:yy
  • 3 — [3] yy:mm:dd
  • 4 — [4] ddmmyyyy, fix size
  • 5 — [5] yyyymmdd, fix size
  • 6 — [6] ddmmyy, fix size
  • 7 — [7] yymmdd, fix size
  • 8 — [8] Julian Day

Predeterminado: 0

Salidas

Output [table]
The resulting table.

Uso de la consola

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

Ver también

Cambiar formato de hora

Descripción

Converts the time format of the input layer.

Parametros

Table [table]
Input table.
“Campo Tiempo” [tabla: cualquiera]
Attribute with time.
Input Format [selection]

Input time format.

Opciones:

  • 0 — [0] hh.mm.ss
  • 1 — [1] hh:mm:ss
  • 2 — [2] hhmmss, fix size
  • 3 — [3] hours
  • 4 — [4] minutes
  • 5 — [5] seconds

Predeterminado: 0

Output Format [selection]

Output time format.

Opciones:

  • 0 — [0] hh.mm.ss
  • 1 — [1] hh:mm:ss
  • 2 — [2] hhmmss, fix size
  • 3 — [3] hours
  • 4 — [4] minutes
  • 5 — [5] seconds

Predeterminado: 0

Salidas

Output [table]
The resulting table.

Uso de la consola

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

Ver también