Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
462.Advanced search and replace -- How to change date format from 2010-03-25 to format like Mar-25-2010?
User:
editor -- 2010-03-29
<< 461
463 >>
Hits:
3266
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to change date format from 2010-03-25 to format like Mar-25-2010?
Input Sample:
date1 2010-03-25
date2 2010-02-28
...
Output Sample:
date1 Mar-25-2010
date2 Feb-28-2010
...
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open source text file that containing the date.
2. ctrl-h open replace window.
* in 'search for pattern', enter:
\d\d\d\d-\d\d-\d\d
* in 'replace with pattern', enter:
formattime($match,"%b-%d-%Y")
3. click 'Replace', done!
4. ctrl-s save to disk.
Note: please check on-line help(F1) or following page for syntax of formattime:
http://www.mind-pioneer.com/replace/help/Functions.html
Download Script:
scripts/462.rst.zip
Screenshot 1: Replace_Window
Similar Examples:
How to change date format from Aug-12-2008 to format like 2008-08-12?
(74%)
How to convert date format from "March 9, 2009 at 4:26pm" to defined format?
(53%)
How to change the numbering format in a text file to a new format?
(51%)
How to convert the text from hex format to ascii format?
(50%)
How to change the format of url and add ".htm" at end?
(49%)
How to change text file format with user specified rules?
(49%)
How to change date from ddmmyy to yymmdd in multiple filenames?
(48%)
How to convert date from format 2011-01-12 to Jan-12-2011 in text file?
(48%)
Check Demo of
Advanced search and replace
Keywords:
ddd
online
change date format
syntax
functions
tax
formattime
date format
help
change date
replace text online
search and replace text online
text file replace online
file replace online
search and replace date format in
replace date format
format date
search and replace date