IT Log

Record various IT issues and difficulties.

Tag: Year (YYYY)


  • “How to represent a day’s date in hexadecimal digits”

    To represent a day’s date in hexadecimal digits, follow these steps: Break Down the Date: Separate the year, month, and day components of the date. Convert Each Component: Year (YYYY): Convert from decimal to hexadecimal. Month (MM): Convert from decimal to hexadecimal; months above 9 are represented by letters A-F. Day (DD): Convert from decimal…