Is it possible to create a slack datetime picker element?
问题 I need my slack bot to support user input date and time, I know there is DatePicker which I can input a certain date. But I also need time, I am thinking to use a text field to just input string, but it's annoying that users have to deal with format stuff every time. Is there a better way to do this? or is it possible to make a date time picker by myself? edit: Users might input any specific time, any hour or minute. 回答1: The Slack API currently only provides a date picker, not not a datetime