hii Siong,
is your text before date value is fix?
if so then you can split your variable in two parts using split statement.
split abc at ' :' into var1 var2.
and use var2 value which is date in your code.
Hope it will be helpful.
Regards
Gaurav Joshi