When formatting dates for user display, the _____ format ensures readability across different locales.
- DD-MM-YYYY
- MM/DD/YYYY
- YYYY-MM-DD
- YYYYMMDD
The DD-MM-YYYY format is used for displaying dates to ensure readability across different locales. This format is less ambiguous and aligns with the day-month-year order commonly used in various regions.
Loading...
Related Quiz
- In a COBOL program for inventory management, you have to define a data structure for product information with several attributes. Which COBOL clause would be suitable for this purpose?
- You are developing a COBOL application that needs to search for specific customer records by their account numbers efficiently. Which file organization should you choose for this purpose?
- You are developing a payroll system in COBOL. Which arithmetic operation should you use to calculate the gross salary of an employee based on their hourly wage and hours worked?
- Explain the concept of deadlock in the context of file locking in COBOL. How can it be avoided or resolved?
- The _____ verb in COBOL is used for assigning values to data items.