Skip to main content

UX patterns for dates

Generally, users are quite fast at entering dates into input fields rather than selecting one from date picker. One reason why many web applications provide date pickers is that user may not be accurate about what date would it be on next Thursday.

The best approach would be allowing the user to enter/type date, and show a date picker on mouse focus. While using this pattern you have to make sure that the validations are working just fine as the user may enter dates in different formats such as:
01/01/1956
1/1/1956
01/01/56



Date & Time
In many situations date and time is combined together and many designer find a way to implement it in a better way every time. Here are some best ways to implement the date and time controls together:

Display the dates of course where students can apply as per their schedule considering they don't have to select from different months and the time is fixed:











Comments

Popular posts from this blog

Mobile app notifications for business meetings

Annoying notification is one of the top reasons why people uninstall mobile apps, so the notification designers have to be very careful while designing their behavior. At first the app should ask users as to when they would like to be reminded about the meetings, because the user behavior  vary; some people might want to be reminded a day before and also 30 minutes before the meeting starts as they might have to prepare for the meeting; and some people might be just ready to jump into the meeting without any delay so they would want to set the reminder to 5 minutes. So, let the user set time to receive a notification. Once the notification is on screen; the user should be able to dismiss it or open the meetings app - this feature can be used with the slide option. In case if the user doesn't attend the meeting and the meeting time is over, then the notification should still sit on screen but in negative state to let the user know that he/she has missed it. And there shou...

The importance of usability testing in design process

Usability testing is a crucial and integral part of the design process, regardless of whether you're designing a physical product, a digital application, a website, or any other user-centric solution. It involves observing real users as they interact with your design prototype or product to evaluate its usability, identify potential issues, and gather valuable feedback. Here are some key reasons why usability testing is of utmost importance in the design process: 1. User-Centered Design: Usability testing places the user at the center of the design process. By involving actual users, you gain insights into how real people interact with your design, which helps you create solutions that cater to their needs, preferences, and behaviors. 2. Identifying Pain Points: Usability testing helps you uncover usability issues and pain points that might not be apparent during the design phase. Users might struggle with navigation, encounter confusing interfaces, or face difficulties in comple...

Design Proposal: A Comprehensive Banking Payments App

Understanding the User and Business Goals User Goals: Convenience: Easy access to accounts and seamless transaction processing. Security: Robust security measures to protect financial information. Insights: Clear financial overview and personalized insights. Support: Reliable customer support channels. Business Goals: Customer Acquisition: Attract new customers and increase market share. Customer Retention: Improve customer satisfaction and loyalty. Revenue Generation: Increase transaction volume and fee income. Operational Efficiency: Streamline processes and reduce costs. UX Design Principles Simplicity: Clean, intuitive interface with minimal clutter. Clear and concise navigation. Easy-to-understand information hierarchy. Security: Strong authentication methods (biometrics, PIN, OTP). Secure data encryption and transmission. Regular security updates and vulnerability assessments. Personalization: Tailored user experience based on preferences and...