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

` `

Herramientas de tabla

Cambiar formato de fecha

Descripción

Converts the date format of the input layer.

Parametros

Table [table]

Tabla de entrada.

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

Input date format.

Opciones:

  • 0 — [0] dd.mm.yy
  • 1 — [1] aa.mm.dd

  • 2 — [2] dd:mm:aa

  • 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] Día Juliano

Predeterminado: 0

Output Format [selection]

Formato de fecha de salida.

Opciones:

  • 0 — [0] dd.mm.yy
  • 1 — [1] aa.mm.dd

  • 2 — [2] dd:mm:aa

  • 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] Día Juliano

Predeterminado: 0

Salidas

Salida [table]

La tabla resultante.

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]

Tabla de entrada.

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

Formato de tiempo de entrada.

Opciones:

  • 0 — [0] hh.mm.ss
  • 1 — [1] hh:mm:ss
  • 2 — [2] hhmmss, fix size
  • 3 — [3] horas

  • 4 — [4] minutes
  • 5 — [5] seconds

Predeterminado: 0

Output Format [selection]

Formato de tiempo de salida.

Opciones:

  • 0 — [0] hh.mm.ss
  • 1 — [1] hh:mm:ss
  • 2 — [2] hhmmss, fix size
  • 3 — [3] horas

  • 4 — [4] minutes
  • 5 — [5] seconds

Predeterminado: 0

Salidas

Salida [table]

La tabla resultante.

Uso de la consola

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

Ver también