# Generate updated index.html with date picker calendar popup functionality
html_content = '''
Employee Submission System
'''
# Write the file
with open('index.html', 'w', encoding='utf-8') as f:
f.write(html_content)
print('index.html updated with enhanced date picker functionality for desktop calendar popups.')