In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces "java how to achieve visual calendar Mini Program", in the daily operation, I believe many people have doubts about how to achieve visual calendar Mini Program with java. The editor consulted all kinds of information and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubts of "how to achieve visual calendar Mini Program with java". Next, please follow the editor to study!
Don't talk too much nonsense, just go to the code
Import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.GregorianCalendar; / * Visual calendar program * * @ author HQ * @ e-mail ahmashq95@gmail.com * @ date 2018-10-11. * / public class TestCalendar2 {public static void main (String [] args) throws ParseException {String string = "2018-10-11" DateFormat dateFormat = new SimpleDateFormat ("yyyy-MM-dd"); Date date = dateFormat.parse (string); Calendar calendar = new GregorianCalendar (); calendar.setTime (date); int days = calendar.getActualMaximum (Calendar.DAY_OF_MONTH); int day = calendar.get (Calendar.DAY_OF_MONTH); System.out.println ("Day\ t one\ t two\ t three\ t five\ t six"); calendar.set (Calendar.DAY_OF_MONTH, 1) For (int I = 0; I < calendar.get (Calendar.DAY_OF_WEEK)-1; iTunes +) {System.out.print ("\ t");} for (int I = 1; I
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.