Question
I am posting the same question again, for which i did not get the correct output. There is List of Maps ( key: value) pair,
I am posting the same question again, for which i did not get the correct output.
There is List of Maps ( key: value) pair, that needs to be sorted by date.Program must be written in DELUGE, as I need it in Zoho.
interviews("30-Jan-2023": "Telefoninterview","01-Dec-2023": "Interview","02-Feb-2023": "Telefoninterview","1-Dec-2022": "Telefoninterview","30-Jan-2023": "Interview","31-Dec-2022": "Interview"); Sort this and display the smallest interview date. The required output should be sortedInterviews(
"1-Dec-2022": "Telefoninterview", "31-Dec-2022": "Interview", "30-Jan-2023": "Telefoninterview", "30-Jan-2023": "Interview", "02-Feb-2023": "Telefoninterview", "01-Dec-2023": "Interview");
The smallest date: "1-Dec-2022": "Telefoninterview".
NOTE: Kindly test the script before sending here.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started