
Loading ...
Formatting a date/time to the required format is a complex job when working with various times zones or different date formats (Ex - dd/mm/yyyy or mm/dd/yyyy). VB provides a very convenient method named Format to do these formatting. But unfortunately it’s pretty much a missing functionality in VBScript. The code i present in this article [...]
Register or Login to read the full article...
Tags used -
Change, date, format, Now, time, Zone

Loading ...
DataTable are excel based files which can be used to store information required during the test. Any value entered into the data table cells, excel/datatable will automatically try to change the format to appropriate one.
When we enter “1234567890123″ in the data table, it will automatically format it to “1.23456789E+012″. To preserve the format we need [...]
Register or Login to read the full article...
Tags used -
DataTable, format, preserve, Preserving, Value

Loading ...
Yesterday (24th June 2008), one of SQAForums member had an query for changing the file format of any file from ANSI to UTF-8. Below is the link to the same query
http://www.sqaforums.com/showflat.php?Number=493915
Though i replied to the poster to do it using DotNetFactory but there was something that was still making me feel uneasy. With in few [...]
Register or Login to read the full article...
Tags used -
ASCII, Encoding, file, Fileencoding, format, UNICODE, UTF, UTF-32, UTF-7, UTF-8, UTF32, UTF7, UTF8