Skip to content

A QtWidgets Application that converts QDate objects to a QTextStream

Notifications You must be signed in to change notification settings

COS2614/ch03-date-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ch03-date-conversion

A QtWidgets Application that displays QDate object using a QTextStream

In this program, we first create a QDate object for today's date using the QDate::currentDate() method. We then use QTextStream to display the date in various formats, including the full date, year, month (both as a number and name), day of the week (both as a number and name), and day of the year.

About

A QtWidgets Application that converts QDate objects to a QTextStream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published