How to convert java.sql.timestamp to LocalDate (java8) java.time? -


जावा 8 में, मैं एक टाइमस्टैम्प ( java.sql < / Code>) को स्थानीय दिनांक ( java.time ) में

आप ऐसा कर सकते हैं:

  टाइमस्टैम्प.लोकलडेटाइम ()। ToLocalDate ();    

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -