try { URL url = new URL("http://www.bjtime.cn");// 取得资源对象
URLConnection uc = url.openConnection();// 生成连接对象
uc.connect(); // 发出连接
long ld = uc.getDate(); // 取得网站日期时间
Date date = new Date(ld); // 转换为标准时间对象
Calendar calendar = Calendar.getInstance();
calendar.setTime(date);
int day = calendar.get(Calendar.DAY_OF_MONTH);
if (day == 6) {
return true;
} } catch (Exception e) { e.printStackTrace(); }
java获取网络时间
免责声明:文章转载自《java获取网络时间》仅用于学习参考。如对内容有疑问,请及时联系本站处理。
上篇对DSL和GPL的初步认识VC socket Connect 超时时间设置下篇
宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=