Date & Time Picker Dialog Tutorial in React Native (DateTimePicker)

Поделиться
HTML-код
  • Опубликовано: 12 июл 2021
  • In this video we'll be looking at how we can create a Date Picker and a Time Picker in React Native in less than 8 minutes. The documentation can be found in the description down below!
    ► yarn add @react-native-community/datetimepicker
    ► Documentation: github.com/react-native-datet...

Комментарии • 48

  • @salinasmaster4955
    @salinasmaster4955 2 года назад +1

    Really appreciated, clear and functional, thank you!

  • @Sofien_Steve
    @Sofien_Steve 2 года назад +3

    thank you so much for this amazing tutorial, really helpful

  • @parrou3
    @parrou3 Год назад

    Man, that is awesome, you saved my day, thank you

  • @lrajoo11
    @lrajoo11 2 года назад +1

    thanks for this! super useful

  • @marinakim2929
    @marinakim2929 Год назад

    Awesome! Thank you very much =)

  • @AbhishekSingh-rs6tx
    @AbhishekSingh-rs6tx 10 месяцев назад

    Thank you soo much for helping means a lot... : )

  • @ludwigvillalba1886
    @ludwigvillalba1886 Год назад

    Thanks for sharing!

  • @thiagog.q.970
    @thiagog.q.970 Год назад

    Is there a way to show the values selected in the place where the pickers are?

  • @creativestudio233
    @creativestudio233 2 года назад

    thank you

  • @kadeus
    @kadeus 2 года назад +7

    Hi, for IOS device doesn't work!!

  • @kesterbelgrove818
    @kesterbelgrove818 Год назад

    Thank you 😢, just for context it works well in November 2022

    • @madhav3444
      @madhav3444 Год назад

      Did you tested on both ios and android?

  • @anandgomaskar2210
    @anandgomaskar2210 Год назад

    thanku so much upload this video

  • @marcioferlan
    @marcioferlan Год назад

    Great video! What Android emulator are you using there?

  • @juniormelo26
    @juniormelo26 2 года назад

    Parabéns pelo Vídeo. poderia da um exemplo caso precisar de 2 botoes [ INICIO ] - [ FIM ] ?

  • @hamzaabdessadki7927
    @hamzaabdessadki7927 2 года назад +2

    hello sir, how can i change the default color

  • @manjunathamj4249
    @manjunathamj4249 2 года назад

    can we do both date and time at single click

  • @nehalkhan3353
    @nehalkhan3353 Год назад +1

    can you set a minimum/max time?

  • @ajalasegun1
    @ajalasegun1 2 года назад +1

    The time picker crashes the app when the cancel button is pressed. How do i fix this please?

  • @kadeus
    @kadeus 2 года назад

    Amazing Tanks :-)

  • @thanhtung1482013
    @thanhtung1482013 2 года назад

    sir the method to avoid the day future after current day , could you show me ?

  • @jiayongng7498
    @jiayongng7498 2 года назад

    How to i store datepicker state into sqlite?

  • @shubbhumourya
    @shubbhumourya Год назад +1

    On click it's showing current date, how i can fixed that issue in my application?

  • @user-th4pt1mm6g
    @user-th4pt1mm6g 2 года назад

    Thanks ! How change blue color in android ?

  • @steveaustin4839
    @steveaustin4839 2 года назад +3

    Got this error. value prop must be an instance of date object

  • @muhammadibrahimkhan4355
    @muhammadibrahimkhan4355 Год назад +3

    @everyone Sir what is the purpose of
    setshow(Platform.OS === "ios");

  • @robbyl6863
    @robbyl6863 2 года назад +3

    Are there "ok" and "cancel" options by default? I'm not seeing them by me
    UPDATE
    use type default and you'll have ok and cancel. Otherwise you need to add on your own as far as I can tell.

  • @justinferreira4439
    @justinferreira4439 Год назад

    Hey i have this bug with the where the value is being called repeatedly even when in the calendar and im trying to change the date so it keep going back to todays date how can i fix this?

    • @FernandoMare03
      @FernandoMare03 3 месяца назад

      i have the same problem, how you can solve this?

  • @jesminakter4260
    @jesminakter4260 6 месяцев назад

    will this work on web?

  • @induchandana4379
    @induchandana4379 2 года назад

    Thanku

  • @user-eu7or8pe6g
    @user-eu7or8pe6g Год назад

    How to make timepicker in bottom sheet

  • @renukajadhav7819
    @renukajadhav7819 7 месяцев назад

    Can we remove Minutes

  • @alexanderkostylev6327
    @alexanderkostylev6327 Год назад +1

    i tried to follow the guide but my setShow seems to always set as true and cause the date picker to always pops up, can anyone help

    • @amishaarora4101
      @amishaarora4101 Год назад

      i am facing the same problem, it is shown whenever i refresh the code

    • @muhammadibrahimkhan4355
      @muhammadibrahimkhan4355 Год назад

      @@amishaarora4101 its the setshow(Platform.OS === "ios"); in onChange() replace the line with setshow(false)

  • @Pham_Minh...
    @Pham_Minh... Год назад +1

    setShow(true) but no false. modal is always on

  • @NiceUsername
    @NiceUsername 2 года назад +1

    Can you also make a video on telegram bot how to make kick ban mute or welcome new user in the group commands tutorial?

  • @mluthfiansyah5389
    @mluthfiansyah5389 2 года назад

    why you didnt put this code?
    const showDatepicker = () => {
    showMode('date');
    };

  • @bansiparmar3879
    @bansiparmar3879 Год назад

    hello...when I have press ok button, it will give some error please help me..

    • @Indently
      @Indently  Год назад

      We’re sorry to hear that you’re facing trouble with this tutorial. We have some recommendations for you.
      - First, try watching the tutorial again to check if you missed something (remember that programming languages are strict, and that uppercase & lowercase characters are completely different.)
      - Second, if you’re facing an error, try copying and pasting it into the Google search engine, it’s the fastest way to find the best response for the issue you are facing.
      - Third, if it’s still too confusing for you, try taking a step back and working on an easier project to try to improve your programming skills before tackling the project in this video.
      We wish you the best of luck with your project!

    • @berkanbilgin2287
      @berkanbilgin2287 Год назад

      come on man.. at least bother to write what error you are getting...you will never get any help with "some error, please help!".. Publisher is kind enough and still replied

    • @berkanbilgin2287
      @berkanbilgin2287 Год назад

      come on man.. at least bother to write what error you are getting...you will never get any help with "some error, please help!".. Publisher is kind enough and still replied eventhough you don't deserve one.

  • @javierorellana2859
    @javierorellana2859 Год назад

    no sirve bro ya lo hice al pie de la letra y no me sale nada solo los botones nada que ver con lo que sale en el video
    estoy en react native expo

  • @danielcisa107
    @danielcisa107 2 года назад

    Thats literally the Expo community example page of how to implement it...... (But this time is the react native community component)

    • @Indently
      @Indently  2 года назад +4

      I don't make up the implementation. I actually read the docs first.

  • @NewToneMusicOfficial
    @NewToneMusicOfficial 2 года назад

    You sound like Boyka