Skip to content

pce/ofxDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxDate

alpha state of a simple date helper.

Parts of this Class are based on CDate by André Willms.

example

ofxDate date();

int month = date.getMonth();
ofLogVerbose() << "date.getMonth() : " << month;

int day = date.getWeekday();
ofLogVerbose() << "date.getWeekday() : " << day;

int calweek = date.getCalendarWeek();
ofLogVerbose() << "date.getCalendarWeek() : " << calweek;

addon example

screenshot

About

simple date helper (alpha)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published