Custom Date
            class CustomDate
Content copied to clipboard
Class representing a custom-formatted date.
This class is a direct Kotlin translation of the Java code given by Ms. Candy Joyce H. Espulgar (De La Salle University, Mobile Development - MOBDEVE, Term 3, Academic Year 2020-2021).
Constructors
CustomDate
                          
                    Link copied to clipboard
                        fun CustomDate()
Content copied to clipboard
Creates a custom-formatted date based on the current date.
CustomDate
                          
                    Link copied to clipboard
                        Creates a custom-formatted date given the year, month, and day components.
Types
Properties
Functions
toStringFull
                          
                    
                  Link copied to clipboard