{"id":22218385,"url":"https://github.com/k33ptoo/bunifudatepickerdemo","last_synced_at":"2026-05-18T04:43:29.109Z","repository":{"id":95928545,"uuid":"144124448","full_name":"k33ptoo/BunifuDatePickerDemo","owner":"k33ptoo","description":"A C# demo project for BunifuDatePicker control","archived":false,"fork":false,"pushed_at":"2018-08-09T09:44:14.000Z","size":716,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:17:49.194Z","etag":null,"topics":["bunifu","csharp-library","framework","ui-components","winforms"],"latest_commit_sha":null,"homepage":"https://bunifuframework.com/ref/admin","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k33ptoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-09T08:36:59.000Z","updated_at":"2020-06-18T02:44:36.000Z","dependencies_parsed_at":"2023-03-13T16:41:30.739Z","dependency_job_id":null,"html_url":"https://github.com/k33ptoo/BunifuDatePickerDemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k33ptoo/BunifuDatePickerDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33ptoo%2FBunifuDatePickerDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33ptoo%2FBunifuDatePickerDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33ptoo%2FBunifuDatePickerDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33ptoo%2FBunifuDatePickerDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k33ptoo","download_url":"https://codeload.github.com/k33ptoo/BunifuDatePickerDemo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k33ptoo%2FBunifuDatePickerDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273397843,"owners_count":25098234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bunifu","csharp-library","framework","ui-components","winforms"],"created_at":"2024-12-02T22:20:53.508Z","updated_at":"2026-05-18T04:43:29.083Z","avatar_url":"https://github.com/k33ptoo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\n\n# BunifuDatePickerDemo\n\n[![N|Solid](https://bunifuframework.com/wp-content/uploads/2017/06/Bunifu-framework-logo-web.png)](https://bunifuframework.com/)\n\n## BunifuDatePicker\n![Example](https://github.com/k33ptoo/BunifuDatePickerDemo/blob/master/res/imgs/sample.gif)\n\nThis demo shows how to make use of BunifuDatePicker to it's maximum, it has custom properties including\n\n  - **BorderRadius** -Gets or Sets the border radius of the datepicker\n  - **Color** - Gets or Sets the color of the datepicker control\n  - **DateBorderThickeness** - Gets or Sets the Type of border thickness of the control \n  - **DisplayWeekNumber** - Gets or Sets the Week Display Property to true or false\n  - **FillDatePicker** - Gets or Sets the fill type of the datepicker to true of false\n  - **Icon** - Gets or Sets the icon of the control\n  - **IconColor** - Gets or Sets the color of the Icon\n  - **IconLocation** - Gets or Sets the location of the icon to Right or Left.\n\nAdvantages of BunifuDatePicker is you can achieve your desired look with a few property changes and also give your project a modern look.\n**Screenshot**\n\n![Example](https://github.com/k33ptoo/BunifuDatePickerDemo/blob/master/res/imgs/img1.png)\n\n![Example](https://github.com/k33ptoo/BunifuDatePickerDemo/blob/master/res/imgs/img2.png)\n\n## Using DatePicker Value\nBunifuDatePicker has **Value** property where you can Get or Set its value, say if you want the displayed value of the datepicker to be yesterday you can set it like\n```csharp\nDateTime result = DateTime.Today.Subtract(TimeSpan.FromDays(1));\n            bunifuDatePicker1.Value = result;\n```\n\nInformation about DatePicker Value Property is found [here](https://msdn.microsoft.com/en-us/library/system.windows.forms.datetimepicker.value%28v=vs.110%29.aspx)\n\n**Libraries**\n\nMySql.Data.dll\n\nBunifu.Core.dll\n\nBunifu.UI.WinForms.BunifuDatePicker.dll\n\nNote : Make sure you add these libraries before testing this app  \n\n**Others**\n\nBuy or try [Bunifu Framework](https://bunifuframework.com/) Today\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk33ptoo%2Fbunifudatepickerdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk33ptoo%2Fbunifudatepickerdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk33ptoo%2Fbunifudatepickerdemo/lists"}