10-15-2012, 01:03 AM
hi,
How to identify the SAP date format. plz reply
How to identify the SAP date format. plz reply
How to identify the sap date format.
|
10-15-2012, 01:03 AM
hi,
How to identify the SAP date format. plz reply
10-15-2012, 12:03 PM
What do you want to identify? Can u explain a bit?
Usually SAP date fromat will be in mmddyyyy Format.
10-15-2012, 11:11 PM
In SAP 6 and 7 types of date’s formats.
But I'm asking for following 3 types of formatting. DD.MM.YYYY MM/DD/YYYY YYYY.MM.DD If in QTP, I maintain DD.MM.YYYY format. But in user's SAP system has different format. How can manage this situation
10-16-2012, 06:49 PM
I would suggest you to use mmddyyyy format as it will be easier for you. You can use Date() for this.
Anyways, to get the date in your desired format, you can always create them using the below code... Code: daytoday=Day(Now) Now you have the day, month and year value . you can make them as you want. eg. for DD.MM.YYYY use daytoday&"."¤tMont&"."¤tyear Similar way you can make any combination. Regards, Ankesh
10-17-2012, 08:25 AM
Hi Ankesh,
Thanks for your help. Regards, Kamal |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
QTP11.0 - Date format is changed as text while executing the QTP script. | Automation Tester | 1 | 4,114 |
05-30-2014, 01:25 PM Last Post: Tarik Sheth |
|
Validate Numeric value is displaying expected format | kalaivanan123 | 1 | 3,504 |
09-23-2013, 08:45 PM Last Post: ravi.gajul |
|
SAP QTP issue-SAP screen disappear | Jyobtech | 2 | 3,363 |
02-27-2013, 10:01 AM Last Post: Jyobtech |
|
Date format changes from 'yyyy-mm-dd hh:mm:ss' to 'mm/dd/yyyy' | Rashmi Vishwanath | 2 | 5,122 |
01-10-2013, 10:10 AM Last Post: soumen |
|
Need Help Datatable Parameterzing Date | debindas | 1 | 3,677 |
08-30-2012, 11:43 PM Last Post: QTPScript |