Change Time Format
- Author: O.Conrad (c) 2011
 
- Menu: Table | Tools
 
Description
Change Time Format
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Table | table, input | TABLE | - | - | 
| Output | Output | table, output, optional | OUTPUT | - | - | 
| Options | Time Field | table field | FIELD | - | - | 
| Input Format | choice | FMT_IN | - | Available Choices:
[0] hh.mm.ss
[1] hh:mm:ss
[2] hhmmss, fix size
[3] hours
[4] minutes
[5] seconds
Default: 1 | 
| Output Format | choice | FMT_OUT | - | Available Choices:
[0] hh.mm.ss
[1] hh:mm:ss
[2] hhmmss, fix size
[3] hours
[4] minutes
[5] seconds
Default: 5 | 
Command Line
Usage: saga_cmd table_tools 6 [-TABLE ] [-FIELD ] [-OUTPUT ] [-FMT_IN ] [-FMT_OUT ]
  -TABLE:     Table
	table, input
  -FIELD:     Time Field
	table field
  -OUTPUT:    Output
	table, output, optional
  -FMT_IN:
                   Input Format
                   	choice
                   	Available Choices:
                   	[0] hh.mm.ss
                   	[1] hh:mm:ss
                   	[2] hhmmss, fix size
                   	[3] hours
                   	[4] minutes
                   	[5] seconds
                   	Default: 1
  -FMT_OUT:
                   Output Format
                   	choice
                   	Available Choices:
                   	[0] hh.mm.ss
                   	[1] hh:mm:ss
                   	[2] hhmmss, fix size
                   	[3] hours
                   	[4] minutes
                   	[5] seconds
                   	Default: 5