My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ConvdateUserDocs  
convdate - converts a date within a field of a dt file into a different format.
Updated Feb 4, 2010 by jeremy.h...@gmail.com

Usage

convdate <options>

the file is read from the stdin and written to stdout

Options

Short OptLong OptArgumentDescription
-h--help print this message and exit
-V--version print version info and exit
-v--verbose print verbose runtime messages and warnings.
-d--delim
<delim>
field separator string (default: 0xfe)
-f--field
<field>
1-based number of field to convert (default: 1)
-F--field-label
<field_label>
header label of field to convert
-i--input_format
<input_format>
date format in the input file - see strptime (default:

%%m-%%

d-

%%Y-%%

T)
-o--output_format
<output_format>
date format in the output file - see strftime (default:

%%Y-%%

m-

%%d-%%

T)
-p--preserve_header preserve the header line (default: do not preserve the header)


back to UserDocs


Sign in to add a comment
Powered by Google Project Hosting