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
272.Advanced search and replace -- How to automatically generate all the date and time in a months by the interval of 30 minutes?
User:
editor -- 2008-09-24
<< 271
273 >>
Hits:
494
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to automatically generate all the date and time in a months by every 30 minutes?
Output Sample:
20081001 00:00:00
20081001 00:30:00
20081001 01:00:00
20081001 01:30:00
...
20081031 22:30:00
20081031 23:00:00
20081031 23:30:00
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. open "File->Load->Text Generator" menu
2. select option "self-defined commands"
3. change the window under "commands" to the following text:
join("\n",map{ formattime("2008-10-01","%Y%m%d %H:%M:%S",1800*($_-1))}(1..31*48))
4. click "start" button, text is generated.
Similar Examples:
How to automatically remove/delete search engine visiting records in a website traffic log file?
(53%)
How to generate a list of picture names and put into a csv file?
(51%)
How to automatically add Previous and Next link for many html files?
(51%)
How to automatically distribute many files into subfolders evenly?
(49%)
How to automatically evaluate the correctness of many math expressions?
(49%)
How to auto split/divide a comma seperated long text string into segments?
(48%)
How to generate a csv file from a template file and a list of words?
(47%)
How to generate IE favorite items from a list of url addresses?
(47%)
Check Demo of
Advanced search and replace
Keywords:
commands
month
formattime
nth
200
command
fine
define
automatically
automatic
generate date
search and replace date
change date
replace date
replace every
change text
all text
search and replace text