I just created sample BB app, which can allow to choose the date.
DateField curDateFld = new DateField(\"Choose Date: \", System.currentTimeMillis(), DateF
String strLong = Long.toString(longNumber);
Simple and works fine :-)
very simple, just concatenate the long to a string.
long date = curDateFld.getDate(); String str = ""+date;