괜찮은 Date 와 Time Picker 가 있어 저장해 둡니다.

 

https://xdsoft.net/jqplugins/datetimepicker/

 

DateTimePicker

DateTimePicker jQuery plugin select date and time Use this plugin to unobtrusively add a datetimepicker, datepicker or timepicker dropdown to your forms. It's easy to customize options. Source code on GitHub or download (zip). Don't use file datetimepicker

xdsoft.net

https://github.com/xdan/datetimepicker

 

xdan/datetimepicker

jQuery Plugin Date and Time Picker. Contribute to xdan/datetimepicker development by creating an account on GitHub.

github.com

 

https://www.jonthornton.com/jquery-timepicker/

 

Timepicker for jQuery – Demos and Documentation

Non-input Example jquery-timepicker can be bound to any visibile DOM element, such as spans or divs. Pick Time

www.jonthornton.com

https://github.com/jonthornton/jquery-timepicker#timepicker-plugin-for-jquery

 

jonthornton/jquery-timepicker

A javascript timepicker plugin for jQuery inspired by Google Calendar. - jonthornton/jquery-timepicker

github.com

https://www.daterangepicker.com/

 

Date Range Picker — JavaScript Date & Time Picker Library

Originally created for reports at Improvely, the Date Range Picker can be attached to any webpage element to pop up two calendars for selecting dates, times, or predefined ranges like "Last 30 Days". To get started, include jQuery, Moment.js and Date Range

www.daterangepicker.com

https://longbill.github.io/jquery-date-range-picker/

 

jQuery Date Range Picker Demo

jQuery Date Range Picker jQuery Date Range Picker is a jQuery plugin that allows user to select a date range. Requires jQuery 1.7+ (MIT LICENSE), Moment 2.8.1+ (MIT LICENSE). Supports IE8+, Firefox, Chrome, Safari and other standard HTML5 browsers. Support

longbill.github.io

 

 

행복한 고수되셔요.

반응형

'Web > JQuery' 카테고리의 다른 글

[JQuery] WYSIWYG Editor  (0) 2021.01.07
[JQuery] 15+ jQuery Popup Modal Dialog Plugins and Tutorials  (0) 2013.02.25
[jQuery] jQuery 사이트 하나  (0) 2012.06.21

ViewComponent 를 호출하는 방식 은 두가지로.

 

1. @await Component.InvokeAsync("viewcomponentName", new { nameOfParameter = "value" })

2. <vc:viewcomponent-name name-of-parameter="value"></vc:viewcomponent-name>

 

1. 의 경우 [viewcomponentName]/Default.cshtml  을 생성하면 되지만

2. 의 경우와 같이 TagHelper 를 사용하고자 한다면

 

_viewImports.cshtml 파일에 @addTagHelper *, [Assembly Name] 를 추가할 것이며

이렇게 TagHelper 를 추가하여 사용하려한다면

 

Defaul.cshtml 과 함께 같은기능의 ViewComponent FileName.cshtml 파일을 별도로 생성해 주어야 한다.

 

 

 

행복한 고수되셔요.

 

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

 

  UPDATE [dbo].[SOME_TABLE_NAME]
  SET 
      [SOME_FIELD_NAME] = REPLACE(REPLACE([SOME_FIELD_NAME], CHAR(13), ''), CHAR(10), '');

 

 

행복한 고수되셔요.

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

+ Recent posts