public class newsidlink{
public static void main (String[] args) throws Exception{
String msg="ABCD NEWSBULLETIN01 Issued at HHSSIST NT=2147IST 28Oct2012 Name";
//to do code
}
}
Hi I am a beginner in java.... please help me how to get the required parameters from the above string? I am interested in NEWSBULLETIN01
and Converstion of NewsTime NT into SQL native format?
Please suggest me?