| | | Forum Newbie
       
Group: Forum Members Last Login: Tuesday, January 12, 2010 Posts: 3, Visits: 7 |
| Hi, Am using Skelta BMP.NET 2006.
Could anyone please help me in my requirement on how to convert a String to a Date within the workflow.
I tried creating 2 variables within the Start button, (TestString & TestDate)
and within the Update Variable action this is what I tried, which returned an error
TestDate = Convert.ToDate(TestString)
Please advice.
Thanks, Karthic |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, May 24, 2010 Posts: 41, Visits: 66 |
| | Hi Karthic, Can you try with Convert.ToDateTime(Variable.TestString) in the expression editor Thanks, Santosh Kumar
Santosh Kumar |
| |
|
|