- Perl 6 Deep Dive
- Andrew Shitov
- 56字
- 2021-07-03 00:05:54
Data types to manipulate date and time
Perl 6 offers built-in support to work with dates and times. This is very handy because date-time calculations are not easy (you need to think about leap years, extra seconds, time zones, calendar corrections, and so on).
We will cover two classes: Date and DateTime.
推薦閱讀
- Learn Swift by Building Applications
- Functional Programming in JavaScript
- Full-Stack React Projects
- Visual Basic程序設計與應用實踐教程
- Learning ELK Stack
- 高級語言程序設計(C語言版):基于計算思維能力培養
- 精通MATLAB(第3版)
- Oracle GoldenGate 12c Implementer's Guide
- 智能搜索和推薦系統:原理、算法與應用
- Scala編程(第5版)
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- C語言程序設計實踐
- 微前端設計與實現
- SCRATCH編程課:我的游戲我做主
- 例解Python:Python編程快速入門踐行指南