hello guyz , i knew in blackberry devlopment,i have make a date field using constructor. public DateField(String label, long date,long style) and then using getdate( ) method for getting that time in millisecond if user set a date which is greater than long date which we define in constructor then it will return long date time. i want that watever date user set in datefield i get that in millisecond.