|
@@ -80,7 +80,7 @@
|
|
|
|
|
|
<div class="form-group mb-2">
|
|
<div class="form-group mb-2">
|
|
<label for="" class="text-secondary text-sm mb-1">Effective Date *</label>
|
|
<label for="" class="text-secondary text-sm mb-1">Effective Date *</label>
|
|
- <input type="date" name="effectiveDate" class="form-control" value="{{date("Y-m-d")}}">
|
|
|
|
|
|
+ <input type="date" name="effectiveDate" class="form-control" value="{{get_current_date($pro->display_timezone)}}">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label for="" class="text-secondary text-sm mb-1">HCP Pro *</label>
|
|
<label for="" class="text-secondary text-sm mb-1">HCP Pro *</label>
|
|
@@ -252,7 +252,7 @@
|
|
<input type="hidden" name="visitToCloneUid" value="{{$note->uid}}">
|
|
<input type="hidden" name="visitToCloneUid" value="{{$note->uid}}">
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label for="" class="text-sm text-secondary mb-1">Effective Date</label>
|
|
<label for="" class="text-sm text-secondary mb-1">Effective Date</label>
|
|
- <input type="date" name="effectiveDate" class="form-control input-sm" value="{{date('Y-m-d')}}">
|
|
|
|
|
|
+ <input type="date" name="effectiveDate" class="form-control input-sm" value="{{get_current_date($pro->display_timezone)}}">
|
|
</div>
|
|
</div>
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label for="" class="text-secondary text-sm mb-1">New/Follow-up</label>
|
|
<label for="" class="text-secondary text-sm mb-1">New/Follow-up</label>
|