how do I convert from the Calendar data type to 'java.sql.Date' or who know a netbeans plugin for date that accepts input in the 'date' data type -


  कैलेंडर प्रस्थान = तिथिकशीर्षकम्बो 1.गेटसैक्टेडडेट (); कैलेंडर पहुंचता है = तारीख ChooserCombo2.getSelectedDate ();   

मैं दिनांक स्वरूप में विदा कैसे बदलूं?

जावा.sql.Date एक मिलीसेकेंड मान के आसपास एक पतली आवरण है। एक कैलेंडर में एक getTimeInMillis () विधि है जो युग के बाद मिलीसेकंड की संख्या देता है।

  दिनांक तिथि = नई तिथि (प्रस्थान)। getTimeInMillis ());    

Comments

Popular posts from this blog

python - Receiving "KeyError" after decoding json result from url -

Out of index C/C++ -

java - ImportError: No module named py4j.java_gateway -