how to get date format from system locale..format means
neither long nor shor... format from system locale. i need
like your date is mm/dd/yyyy formate or mm-dd-yy or with
time like that. how to get.
Answer Posted / kesava
i take cint that i will get mm/dd/yy format
first ofall i capture that value take help stepgenatator later
mm/dd/yyyy change into your format
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Which keyword is used to declare a variable in the vbscript language?
What is the use of the date function in the vbscript language?
What is the use of the formatdatetime function in the vbscript language?
Mention how to create a cookie using vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How can you fetch the value of a cookie?
Explain the tristate constants in vbscript?
what is the differance between BYVAL,BYREF?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
What is the use of the recordset object and which statement is used to create such an object?
Mention what is variant in vbscript?
How to open a file. What is the perpose of true and false mode there?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Description.Create
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)