18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Split and join functions
Hi,
I just want to split the following systemdate" Feb 08,2012. And i have to change it as"Feb 10,2012" using Split function. After Split and calculations i have to rejoin them.
Pls provide me the suggestions.
Thnx...
I just want to split the following systemdate" Feb 08,2012. And i have to change it as"Feb 10,2012" using Split function. After Split and calculations i have to rejoin them.
Pls provide me the suggestions.
Thnx...
Comments
did you take a look at some javascript references like http://www.tizag.com/javascriptT/javascript-string-split.php
you could do something like
this may be no good looking code but i hope the functionality is clear
I'd say ther eare easier ways then useing "join".. like $rejoinedDate=$month+" "+$day+","+$year
but if you really like to:
Regards
Wormi